home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / filesy~1 / mfs609s.zoo / docs / pl5.doc < prev    next >
Encoding:
Text File  |  1993-11-25  |  1.8 KB  |  27 lines

  1. Quite a few things have changed in pl5. The NUM_MINIX compilation option has
  2. gone away as well as restricting the number of minix partitions to NUM_MINIX.
  3. I've made quite a few bug fixes wrt large partitions; some of the things were
  4. just plain wrong: minit -t didn't work properly and minit would not create huge
  5. partitions without XHDI compliance. minit -t now sends some debugging info
  6. which should be checked (partition boundaries) before invoking the full minit. 
  7. There have been reports that under XHDI huge partitions work OK except that
  8. minixfs/fsck don't work with 65535 inodes (the maximum allowed for V2 fses):
  9. this bug should also be fixed.
  10.     In case I didn't make it clear before: a huge partition is one in which
  11. the logical sector size is bigger than 1K. In practice this means a partition
  12. size of bigger than 64Mb (or perhaps 32Mb).
  13.     Minixfs can now be operated in three modes: Robust which makes it almost
  14. bomb proof (and slow), Normal which is the same behaviour as before and Turbo
  15. which only writes data out periodically and is somewhat quicker. To set the
  16. mode edit the CACHE_MODE line in 'config.h' and recompile. Turbo mode can cause
  17. excessive disk swapping in single drive systems when copying from A: to B: this
  18. will be fixed in later versions. Another bug is when you force a media change
  19. on a V2 partition (e.g. ESC with desktop) this makes an alert appear. This is a
  20. bit tricky to fix but I'm looking into it.
  21.     Another thing to note is that running GEM programs under non Multi TOS
  22. can stop the updater working properly install the program 'nohog.acc' as a DA to
  23. prevent this.
  24.     A binary configuration program is under construction which allows many
  25. of the parameters to be set without recompilation e.g. cache sizes, cache mode
  26. default translation modes etc.
  27.